.zzsc {
	width: 100%;
	height: 200px;
	background: #00BFEB;
	font-family: '微软雅黑';
}

.zzsc .tab {
	display: flex;
    justify-content: space-around;
	overflow: hidden;
	background: #f1f1f1;
	border-top:solid 1px white;
	border-left:solid 1px white ;
	border-right:solid 1px white ;
}

.zzsc .tab a {
	font-size: 16px;
	width: 33.3333%;
	padding: 10px 0px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #00BFEB;
}

.zzsc .tab a:hover {
	background: #00BFEB;
	color: #fff;
	text-decoration: none;
}

.zzsc .tab a.on {
	background: #00BFEB;
	color: #fff;
	text-decoration: none;
}

.zzsc .content {
	overflow: hidden;
	padding: 10px;
	background-color: #FFFFFF;
	height: 195px;
}

.zzsc .content li {
	display: none;
}
.circle {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #00BFEB;
	border-radius: 50%;
}

.zzsc_one {
	width: 100%;
	height: 200px;
	background: #00BFEB;
	font-family: '微软雅黑';
}

.zzsc_one .tab_one {
	display: flex;
    justify-content: space-around;
	overflow: hidden;
	background: #f1f1f1;
	border-top:solid 1px white;
	border-left:solid 1px white ;
	border-right:solid 1px white ;
}

.zzsc_one .tab_one a {
	font-size: 16px;
	padding: 10px 0px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #00BFEB;
}

.zzsc_one .content_one {
	overflow: hidden;
	padding: 10px;
	background-color: #FFFFFF;
	height: 195px;
}

.zzsc_one .content_one li {
	display: none;
}

